Changes the probability at which unreliable packets should not be dropped.
== Function ==
=== Synopsis ===
<source lang="lua">
peer:throttle_configure(interval, acceleration, deceleration)
</source>
=== Arguments ===
{{param|number|interval|Interval in milliseconds to measure lowest mean [[enet.peer:round_trip_time | RTT]].}}
{{param|number|acceleration|Rate at which to increase throttle probability as mean [[enet.peer:round_trip_time | RTT]] declines.}}
{{param|number|deceleration|Rate at which to decrease throttle probability as mean [[enet.peer:round_trip_time | RTT]] increases.}}
=== Returns ===
Nothing.

== See Also ==
* [[parent::lua-enet]]
* [[enet.peer]]
* [[enet.peer:round_trip_time]]
== Other Languages ==
{{i18n|enet.peer:throttle_configure}}